Cavern

 Cavern4D

 Cavernize

 Debug

 FilterInterfaces

 Filters

 Format

 Helpers

 QuickEQ

 Remapping

 SpecialSources

 Spoofer

 Utilities

  ArrayExtensions

  CavernAmp

  ChannelExtensions

  ColorUtils

  Complex

  ComplexArray

  FFTCache

  IComparable

  IEquatable

  IEquatable

  Linked

  ListExtensions

  Measurements

  RenderStats

  GetSemiStaticCount()

  GetStaticOrSemiStaticPositions()

  GetSuperStaticCount()

  RenderStats(Listener)

  SemiStaticLimit

  Update()

  Resample

  RunningChannelSeparator

  ThreadSafeFFTCache

  Tunneler

  VectorExtensions

  VectorUtils

  WaveformUtils

  WindowBase

 Virtualizer

 Atmosphere

 AudioClip3D

 AudioListener3D

 AudioListener3DInspector

 AudioSource3D

 CavernizeRealtime

 Channel

 Clip

 Environments

 Jack

 Listener

 QualityModes

 Rolloffs

 SeatAdaptation

 Source

class RenderStats

Records rendering environment statistics for each Source.
VisibilityPublic

Public functions

int GetSemiStaticCount() Get how many sources weren't moved more than SemiStaticLimit times through all updates.
Vector3[] GetStaticOrSemiStaticPositions() Gets positions where any static or semi-static source was located.
int GetSuperStaticCount() Get how many sources weren't even set to position through all updates.
Constructor RenderStats(Listener listener) Records rendering environment statistics for each Source.
void Update()Update the stats according to the last frame.

Public static properties

int SemiStaticLimitNumber of new positions required to consider a source dynamic.